﻿.content_products .product-image{
	padding: 10px;
}
.content_products .product-image img{
	width: 100%;
	border:1px solid #ccd;
}
.content_products .products-content{
	background-color:  #fff;
	padding: 10px;
	margin-bottom: 20px;
}

.content_products .products-content .products-title{
	color: #39c;
}

.content_products .products-content table{
	margin-bottom: 5px;
}
.content_products .products-content table td,
.content_products .products-content table th{
	line-height: 34px;
}
.content_products .products-content table.products-parameter td{
	width: 30%;
}
.content_products .products-content table.products-parameter th{
	width: 20%;
	text-align: right;
}
.content_products .products-content .essential-information table th{
	width: 200px;
	background-color: #f4f4f4;
}

.content_products .products-content .essential-information h3{
	padding: 10px;
	color: #636363;
}
